crypto/internal/fips140/nistec.P256Point.isInfinity (method)
6 uses
crypto/internal/fips140/nistec (current package)
p256_asm.go#L398: r1IsInfinity := r1.isInfinity()
p256_asm.go#L399: r2IsInfinity := r2.isInfinity()
p256_asm.go#L467: func (p *P256Point) isInfinity() int {
p256_asm.go#L483: if p.isInfinity() == 1 {
p256_asm.go#L521: if p.isInfinity() == 1 {
p256_asm.go#L546: if p.isInfinity() == 1 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |